-SUMMARY 3-

 

HTML and CSS Chapters  2 and 11

Topic 1- Visual Editors and Their Code Views

Dreaweaver has two views of what you are working on, code view and visual editor. Visual editors work like a word processor which lets you edit the text on screen. Code view is a more broken down view that shows the current code you are working on, here you have more control over your text.    

Topic 2-  Color

Color property allows you to change the color of text or anything else on your pages body. Color changing happens in CSS not HTML. There are three main ways to change the color of something, RGB values, HEX codes, and Color names.   

Topic 3- Understanding Color

Every color is created on screen by mixing three colors, red, blue, and green. The screen takes thounsands of pixels which show one of those three colors to trick the eye to see new color. To get black no light is shown, the pixels are blank or not lit.